home *** CD-ROM | disk | FTP | other *** search
/ Object Oriented Applicat…isualAge for C++ for OS/2 / Object-Oriented Application Development with VisualAGE for C++ for OS2.iso / visual / visual.icf < prev    next >
Text File  |  1996-02-01  |  3KB  |  61 lines

  1. **********************************************************************
  2. *  See the Software Installer Reference for information on creating a
  3. *  catalog file.
  4. **********************************************************************
  5.  
  6.  
  7. *---------------------------------------------------------------------
  8. *  Define the contents of this catalog file.
  9. *
  10. *  The following changes are required:
  11. *  - Change "<Product Name>" in the NAME and DESCRIPTION keywords to
  12. *    your product name.
  13. *
  14. *  You may change the value of the DESCRIPTION keyword to be more
  15. *  descriptive.
  16. *---------------------------------------------------------------------
  17. CATALOG
  18.   NAME         = 'Visual Realty Sample Application',
  19.   DESCRIPTION  = 'The Visual Realty Sample Application enables you to play the role
  20.   of a real estate agent. With this application you can manage a portfolio of properties
  21.   and buyers and process the sale transaction of a real estate. This application illustrates
  22.   how easy it is to develop a decent application with VisualAge C++ for OS/2.'                       
  23.  
  24.  
  25. **********************************************************************
  26.  
  27.  
  28. *---------------------------------------------------------------------
  29. *  Include 1 PACKAGE entry for each product in the catalog.  You will
  30. *  usually only have 1 entry.
  31. *
  32. *  The following changes are required:
  33. *  - Change "<Product Name>" in the NAME keyword to your product name.
  34. *  - Change "0000-000" in the NUMBER keyword to your product number.
  35. *  - Change "0000" in the FEATURE keyword to your product feature.
  36. *  - Change "010100" in the VRM keyword to your product's version
  37. *    number.
  38. *  - Change "PACKAGE.PKG" in the PACKAGEFILE keyword to the name of
  39. *    the product's package file.
  40. *  - Change "DESCR.DSC" in the PKGDESCRFILE keyword to the name of
  41. *    the product's description file.
  42. *
  43. *  If the product does not have components, the following changes are
  44. *  required:
  45. *  - Change "2500000" in the SIZE keyword to number of byte required
  46. *    to install the product.
  47. *
  48. *  If you do not update the CONFIG.SYS during installation of the
  49. *  product, the following changes are required:
  50. *  - Change "YES" in the UPDATECONFIGSYS keyword to "NO".
  51. *---------------------------------------------------------------------
  52. PACKAGE
  53.   NAME            = 'Visual Realty Sample Application',
  54.   NUMBER          = '0000-001',
  55.   FEATURE         = '0001',
  56.   VRM             = '010100',
  57.   PACKAGEFILE     = 'DRIVE: VISUAL.PKG',
  58.   PKGDESCRFILE    = 'DRIVE: VISUAL.DSC',
  59.   SIZE            = '2500000',
  60.   UPDATECONFIGSYS = 'PROMPT'
  61.